home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / rexx / Greek2Latin.lha / ThisProgram.doc < prev   
Encoding:
Text File  |  1999-07-25  |  1.2 KB  |  45 lines

  1.  
  2.                               INTRODUCTION
  3.  
  4.  These are very simple ARexx scripts, they transliterates greek written
  5.  texts to latin characters and vice versa.
  6.  Inspiration came from greeklish2greek [text/misc/greeklish2greek.lha]
  7.  without the hereby available convertion table I couldn't do it.
  8.  
  9.  
  10.                               DISCLAIMER
  11.  
  12.  I'm not responsible for data loss or other damages caused in any
  13.  way by this software. This program is provided "AS IS" with no
  14.  warranty.
  15.  
  16.  
  17.                                 USAGE
  18.  
  19.  Be sure RexxMaster is active, then from CLI/Shell:
  20.  
  21.  RX latin2greek stringtoconvert
  22.  
  23.  RX greek2latin stringtoconvert
  24.  
  25.  for the latter I use the system clipboard to past in the greek string.
  26.  
  27.  Moreover they can be easily adapted to interface with other programs
  28.  to get the best, like wordprocessors or Irc programs.
  29.  
  30.  
  31.                                 BUGS
  32.  
  33.  It isn't a bug simply it's an ARexx limitation, isn't possible to
  34.  parse correctly things like "th" or "ps" because it handles one letter
  35.  at time. Anyway the source is here, improve it and let me know.
  36.  
  37.                                 AUTHOR
  38.  
  39.  Fabrizio "Lanch^DarkAge" Bartoloni
  40.  <lanch@caribusiness.it>
  41.  
  42.  A big thanks to Nikolaos Damilakis <ndamilak@studenti.unina.it>
  43.  for his program.
  44.  
  45.